Variables

Range: 0x10000002 to 0x10000006. More...

Variables

int MV_ALG_E_MEM_NULL = 0x10000002
 Memory address is empty. More...
 
int MV_ALG_E_MEM_ALIGN = 0x10000003
 Memory alignment does not meet the requirement. More...
 
int MV_ALG_E_MEM_LACK = 0x10000004
 Not enough memory space. More...
 
int MV_ALG_E_MEM_SIZE_ALIGN = 0x10000005
 Memory space does not meet the alignment requirement. More...
 
int MV_ALG_E_MEM_ADDR_ALIGN = 0x10000006
 Memory address does not meet the alignment requirement. More...
 

Detailed Description

Range: 0x10000002 to 0x10000006.

Variable Documentation

◆ MV_ALG_E_MEM_NULL

int MV_ALG_E_MEM_NULL = 0x10000002

Memory address is empty.

◆ MV_ALG_E_MEM_ALIGN

int MV_ALG_E_MEM_ALIGN = 0x10000003

Memory alignment does not meet the requirement.

◆ MV_ALG_E_MEM_LACK

int MV_ALG_E_MEM_LACK = 0x10000004

Not enough memory space.

◆ MV_ALG_E_MEM_SIZE_ALIGN

int MV_ALG_E_MEM_SIZE_ALIGN = 0x10000005

Memory space does not meet the alignment requirement.

◆ MV_ALG_E_MEM_ADDR_ALIGN

int MV_ALG_E_MEM_ADDR_ALIGN = 0x10000006

Memory address does not meet the alignment requirement.